export declare class ApiCaller {
    static getHttpsCall(url: string): Promise<any | undefined>;
}
