import type { FormType } from '../form/types.js'; export declare const useChainOrder: (type: FormType) => [number[], (chainId: number, type: FormType) => void];