import { DeploymentInfo } from '@usecannon/builder'; import { CliSettings } from '../settings'; declare const formatTypes: readonly ["overview", "deploy-json", "misc-json", "artifact-json"]; type FormatType = (typeof formatTypes)[number]; export declare function inspect(fullPackageRef: string, ipfsUrl: string, chainId: number, deployInfo: DeploymentInfo, cliSettings: CliSettings, out: FormatType, writeDeployments: string, sources: boolean): Promise; export {}; //# sourceMappingURL=inspect.d.ts.map