/** @type {import('./api-types.d.ts').Api['setBaseUrl']} */ export declare const setBaseUrl: (newUrl: any) => void; /** @type {import('./api-types.d.ts').Api['setDefaultHeaders']} */ export declare const setDefaultHeaders: (headers: any) => void; /** @type {import('./api-types.d.ts').Api['postV1Projects']} */ export declare const postV1Projects: (request: any) => Promise; /** @type {import('./api-types.d.ts').Api['getV1Projects']} */ export declare const getV1Projects: (request: any) => Promise; /** @type {import('./api-types.d.ts').Api['getV1ProjectsId']} */ export declare const getV1ProjectsId: (request: any) => Promise; /** @type {import('./api-types.d.ts').Api['putV1ProjectsId']} */ export declare const putV1ProjectsId: (request: any) => Promise; /** @type {import('./api-types.d.ts').Api['deleteV1ProjectsId']} */ export declare const deleteV1ProjectsId: (request: any) => Promise; /** @type {import('./api-types.d.ts').Api['postV1Tasks']} */ export declare const postV1Tasks: (request: any) => Promise; /** @type {import('./api-types.d.ts').Api['getV1Tasks']} */ export declare const getV1Tasks: (request: any) => Promise; /** @type {import('./api-types.d.ts').Api['getV1TasksId']} */ export declare const getV1TasksId: (request: any) => Promise; /** @type {import('./api-types.d.ts').Api['putV1TasksId']} */ export declare const putV1TasksId: (request: any) => Promise; /** @type {import('./api-types.d.ts').Api['deleteV1TasksId']} */ export declare const deleteV1TasksId: (request: any) => Promise; /** @type {import('./api-types.d.ts').Api['postV1CostCodes']} */ export declare const postV1CostCodes: (request: any) => Promise; /** @type {import('./api-types.d.ts').Api['getV1CostCodes']} */ export declare const getV1CostCodes: (request: any) => Promise; /** @type {import('./api-types.d.ts').Api['getV1CostCodesId']} */ export declare const getV1CostCodesId: (request: any) => Promise; /** @type {import('./api-types.d.ts').Api['putV1CostCodesId']} */ export declare const putV1CostCodesId: (request: any) => Promise; /** @type {import('./api-types.d.ts').Api['deleteV1CostCodesId']} */ export declare const deleteV1CostCodesId: (request: any) => Promise; /** @type {import('./api-types.d.ts').Api['postV1CostElements']} */ export declare const postV1CostElements: (request: any) => Promise; /** @type {import('./api-types.d.ts').Api['getV1CostElements']} */ export declare const getV1CostElements: (request: any) => Promise; /** @type {import('./api-types.d.ts').Api['getV1CostElementsId']} */ export declare const getV1CostElementsId: (request: any) => Promise; /** @type {import('./api-types.d.ts').Api['putV1CostElementsId']} */ export declare const putV1CostElementsId: (request: any) => Promise; /** @type {import('./api-types.d.ts').Api['deleteV1CostElementsId']} */ export declare const deleteV1CostElementsId: (request: any) => Promise; export default function build(url: any, options: any): { postV1Projects: any; getV1Projects: any; getV1ProjectsId: any; putV1ProjectsId: any; deleteV1ProjectsId: any; postV1Tasks: any; getV1Tasks: any; getV1TasksId: any; putV1TasksId: any; deleteV1TasksId: any; postV1CostCodes: any; getV1CostCodes: any; getV1CostCodesId: any; putV1CostCodesId: any; deleteV1CostCodesId: any; postV1CostElements: any; getV1CostElements: any; getV1CostElementsId: any; putV1CostElementsId: any; deleteV1CostElementsId: any; };