export interface CallAppParams {
    configuration?: any;
    location?: string;
}
export declare const getCallAppHelper: (transfer_URLS: any) => any;
