export declare class Resources { private axiosInstance; private appId; private config; constructor(config: any); providers(options: any): Promise; testAccounts(options: any): Promise; application(): Promise; private _getAxiosInstance; }