import { http } from '../transports';
export declare const fetchSytemToken: ({ baseUrl, clientId, clientSecret, }: {
    baseUrl: string;
    clientId: string;
    clientSecret: string;
}) => Promise<http.AxiosResponse<any, any>>;
