/** * Set base url */ export declare function setBaseUrl(url: string): void; /** * Get full path for the given path */ export declare function url(path?: string): string; /** * Get uploads url */ export declare function uploadsUrl(path?: string): string; /** * Get full path for the given path related to public route */ export declare function publicUrl(path?: string): string; /** * Assets url */ export declare function assetsUrl(path?: string): string; //# sourceMappingURL=urls.d.ts.map