export type EcopagesRuntimeLabel = 'Bun' | 'Node'; export declare function formatRuntimeServerStartedMessage(runtime: EcopagesRuntimeLabel, origin: string): string;