export declare const absoluteURL: (path: string) => string;
export declare const baseURL: (path: string) => string;
export declare const pageURL: (path: string) => {
    indexRSC: string;
    moduleBaseURL: string;
};
//# sourceMappingURL=envUrls.node.d.ts.map