import { ImageSnapshotConfig } from './config'; export declare const imageSnapshot: (customConfig?: Partial) => { ({ context }: any): Promise; timeout: number; afterAll: () => Promise; beforeAll: { (): Promise; timeout: number; }; };