export declare const getPoolOverviewQuery: (ids?: string[]) => string; export declare const getAllLendingPoolsQuery: string; export declare const getAllTranchesQuery: string; export declare const getAllTrancheConfigurationsQuery: string; export declare const getPoolNameQuery: string; export declare const getLendingPoolWithdrawalAndDepositsQuery: string;