import { Deployment } from "../../types"; export declare const log: { prefix: { base: (args: { chain: number | string; deployment: Deployment; fullAddress?: boolean; }) => string; value: (args: { chain: number | string; deployment: Deployment; call: { method: string; args: (number | string)[]; }; fullAddress?: boolean | undefined; }) => string; }; info: { value: (args: { chain: number | string; deployment: Deployment; call: { method: string; args: (number | string)[]; }; value: any; updated?: boolean | undefined; valid?: boolean | undefined; }) => void; }; error: { value: (args: { chain: number | string; deployment: Deployment; call: { method: string; args: (number | string)[]; }; value: any; desired: any; }) => never; method: (args: { deployment: Deployment; method: string; callable: any[]; }) => never; }; }; //# sourceMappingURL=log.d.ts.map