export declare function getLocalHostnameByOs(): "docker.for.win.localhost" | "host.docker.internal" | "localhost"; interface CreateCubeSchemaOptions { name: string; refreshKey?: string; preAggregations?: string; } export declare function createCubeSchema({ name, refreshKey, preAggregations }: CreateCubeSchemaOptions): string; export {}; //# sourceMappingURL=utils.d.ts.map