export declare function jsonBody(body: any, headers?: {}): { headers: { "Content-Type": string; }; body: string; }; export declare function formData(values: Record): FormData; export declare function authorize(scope: string, userId?: number): { authorization: string; }; export type Mocking = Partial>; export declare function mock(input: T): any; export declare function mockRepo(input: T): any; export declare function shallowEqual(a: any, b: any): boolean; //# sourceMappingURL=utilities.d.ts.map