export declare class MintQueryClient {
    private readonly axios;
    constructor(baseUrl: string);
    queryInflation(): Promise<string>;
}
