export declare class ResourcesURLBuilder { static getProviderURL(options?: object): string; static getTestAccountsURL(options?: object): string; static getApplication(): string; }