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