export declare function getFixtureString(path: string, defaultValue?: string): Promise<string>; export declare function getFixture<T>(path: string, defaultValue?: T): Promise<T>; export declare function deepStrictEqualJSON<T>(a: T, b: T): void; //# sourceMappingURL=fixtures.d.ts.map