import { http } from '../../core/transports/index.js';

export declare const fetchSystemToken: ({ baseUrl, clientId, clientSecret, }: {
    baseUrl: string;
    clientId: string;
    clientSecret: string;
}) => Promise<http.AxiosResponse<any, any>>;
//# sourceMappingURL=fetch-system-token.d.ts.map