import { ChainType, Config } from '../types'; export declare const checkItem: (itemName: string, param?: unknown) => void; export declare const checkParams: (params: Record) => void; export declare const checkSignConfig: (accountType: ChainType, config: Config) => void; //# sourceMappingURL=check.d.ts.map