export interface RemoteRPCGenOutput { schemas: string; functions: string; } /** * Generate remote internal RPC queue worker and HTTP endpoint */ export declare const serializeRemoteRPC: (pathToPikkuTypes: string) => RemoteRPCGenOutput;