import type { ZendeskConfig } from './tools'; export declare function getZendeskConfig(config: ZendeskConfig): { baseUrl: string; headers: { Authorization: string; 'Content-Type': string; }; }; export declare function assertResponseOk(response: Response, action: string): Promise; export declare function validateZendeskConfig(config: ZendeskConfig): Promise; //# sourceMappingURL=utils.d.ts.map