import { Options } from './index.d'; declare function addMatchImageSnapshotCommand(nameOrOptions?: string | Options): void; declare function addMatchImageSnapshotCommand(name: string, options: Options): void; export { addMatchImageSnapshotCommand };