declare const server: string; export { server }; export declare function isComplete(val: string): boolean; export interface FileLocation { name: string; url: string; } //# sourceMappingURL=url.d.ts.map