import type { RpcCaller } from "../../rpc/caller"; import type { GetCompressionSignaturesForTokenOwnerFn } from "../types"; export declare const makeGetCompressionSignaturesForTokenOwner: (call: RpcCaller) => GetCompressionSignaturesForTokenOwnerFn; //# sourceMappingURL=getCompressionSignaturesForTokenOwner.d.ts.map