/** * copy.mock.calls is async so order is not guaranteed for expected results * Converts to plain object * * For testing purposes only * * meant to be used as a snapshot with jest-serializer-path */ declare type CopyCalls = [string, string, {}]; declare function copyFormatMockCalls(calls: ReadonlyArray): {}; export { copyFormatMockCalls }; //# sourceMappingURL=copy-format-mock-calls.d.ts.map