export declare function toMatchSnapshot(actual: any): { pass: boolean; message?: string; }; export declare const installSnapshotMatcher: () => void;