declare const BASE_URL = "http://171.255.199.50:8060/ekyc";
declare const api: import("apisauce").ApisauceInstance;
declare let client_code: string;
export declare function configApi(token: string, clientCode: string): Promise<void>;
export { api, BASE_URL, client_code };
