export interface HttpRuntimeConfig {
    host: '127.0.0.1';
    port: number;
    token: string;
    tokenPath: string;
}
export declare function loadHttpRuntimeConfig(): Promise<HttpRuntimeConfig>;
//# sourceMappingURL=runtime-config.d.ts.map