export declare function doesUrlFileExist(url: string): Promise<{ type: string; exists: boolean; }>;