export type WebsocketEntrypointMetadata = {
    port: number;
    message: unknown;
};
//# sourceMappingURL=websockets-entrypoint-metadata.d.ts.map