import type { QueryResponseKind } from "@meer-js/types"; export declare const createQueryResponseMock: () => QueryResponseKind; export declare const createViewAccessKeyResponseMock: () => { nonce: number; permission: string; block_height: import("@meer-js/types").BlockHeight; block_hash: import("@meer-js/types").BlockHash; }; //# sourceMappingURL=provider.service.mocks.d.ts.map