declare global {
    namespace jest {
        interface Matchers<R> {
            toMatchRawFileSnapshot(snapshotFile: string): jest.CustomMatcherResult;
        }
    }
}
export {};
//# sourceMappingURL=file-snapshot.d.ts.map