export declare const absoluteURL: (path: string) => string;
export declare const baseURL: (path: string) => string;
export declare const pageURL: (to: string, fileName?: string) => {
    indexRSC: string;
    moduleBaseURL: string;
};
export declare const rootIndexRSC: string, moduleBaseURL: string;
export declare const BASE_URL: string, PUBLIC_ORIGIN: string;
//# sourceMappingURL=envUrls.d.ts.map