export declare function getHttpFile(url: string, ca?: string): Promise<string>;
