import type { ChainType } from '@openocean.finance/widget-sdk';
import type { FormType } from '../stores/form/types.js';
export declare const useChains: (type?: FormType, chainTypes?: ChainType[]) => {
    chains: import("@openocean.finance/widget-sdk").ExtendedChain[];
    getChainById: import("./useAvailableChains.js").GetChainById;
    isLoading: boolean;
};
