import { IFetchTemplate, IFetchTokenPayload } from '../types/api';
export declare const fetchToken: ({ authUrl, clientId, clientSecret }: IFetchTokenPayload) => Promise<import("axios").AxiosResponse<any, any>>;
export declare const fetchTemplate: ({ templateUrl }: IFetchTemplate) => Promise<import("axios").AxiosResponse<any, any>>;
