import { TypedDocumentString } from "./graphql/graphql";
export declare const getAccessToken: () => string;
export declare function setupAutoRefreshToken(expiresIn: number | undefined): Promise<void>;
export declare const hiloApi: import("axios").AxiosInstance;
export declare const graphqlApi: import("axios").AxiosInstance;
export declare function execute<TResult, TVariables>(query: TypedDocumentString<TResult, TVariables>, ...[variables]: TVariables extends Record<string, never> ? [] : [TVariables]): Promise<import("axios").AxiosResponse<any, any>>;
//# sourceMappingURL=hiloApi.d.ts.map