import type { FastifyInstance } from 'fastify'; import type { LoopsyConfig } from '@loopsy/protocol'; export declare function registerTransferRoutes(app: FastifyInstance, config: LoopsyConfig): void; //# sourceMappingURL=transfer.d.ts.map