import type { Hex } from "viem"; import { type ZerodevChain } from "../constant.js"; export declare const validatePrivateKey: (privateKey: Hex | null) => Hex; export declare const validateInputs: (filePath: string | undefined, bytecode: string | undefined, salt: string, expectedAddress: string | undefined) => void; interface CommandOptions { testnetAll?: boolean; mainnetAll?: boolean; allNetworks?: boolean; chainOption?: string; } export declare const processAndValidateChains: (options: CommandOptions) => Promise; export {}; //# sourceMappingURL=validate.d.ts.map