type QueryParams = Record<string, boolean | number | string | undefined>;
export declare class RequestModule {
    protected _apiHost: string;
    constructor(opt: {
        indexerURL: string;
    });
    get<T>(path: string, params?: QueryParams): Promise<T>;
    get indexerURL(): string;
}
export {};
//# sourceMappingURL=requestModule.d.ts.map