export interface JSONFixture { payload: unknown; headers: string[]; } export declare function getJSONFixture(name: string): JSONFixture;