import type { DryRunSchemaType } from './index.js'; export declare const dryRunExtrinsic: (argv: DryRunSchemaType) => Promise;