import type { RemotePinServiceWithStat, Stat } from './index.js'; export declare function encodeEndpoint(url: URL): string; export declare function decodeRemoteService(json: any): RemotePinServiceWithStat; export declare function decodeStat(json: any): Stat; //# sourceMappingURL=utils.d.ts.map