import type { Payload } from '../../../index.js';
export type ServerInitEvent = {
    type: 'server-init';
};
export declare const serverInit: (payload: Payload) => void;
//# sourceMappingURL=serverInit.d.ts.map