export declare enum TGetParamsMappingType { Plain = 0, Bracket = 1, } export declare class ResourceGlobalConfig { static url: string | Promise; static path: string | Promise; static headers: any | Promise; static params: any | Promise; static data: any | Promise; static getParamsMappingType: any; static mockResponses: boolean; }