import type { CypressImageSnapshotOptions } from './types'; /** * Add this function to your `supportFile` for e2e/component * Accepts options that are used for all instances of `toMatchSnapshot` */ export declare const addMatchImageSnapshotCommand: (defaultOptionsOverrides?: CypressImageSnapshotOptions) => void; //# sourceMappingURL=command.d.ts.map