import { type QueryClient } from '@cosmjs/stargate'; import { AltVM } from '@hyperlane-xyz/provider-sdk'; import { type WarpExtension } from '../hyperlane/warp/query.js'; import { type CosmosCollateralWarpTokenConfig, type CosmosSyntheticWarpTokenConfig } from '../utils/types.js'; export type CosmosWarpQueryClient = QueryClient & WarpExtension; export declare function getWarpTokenType(query: CosmosWarpQueryClient, tokenAddress: string): Promise; export declare function getCollateralWarpTokenConfig(query: CosmosWarpQueryClient, tokenAddress: string): Promise; export declare function getSyntheticWarpTokenConfig(query: CosmosWarpQueryClient, tokenAddress: string): Promise; //# sourceMappingURL=warp-query.d.ts.map