import { GetArtifactFunction } from '../types'; import { ValidationError } from './error'; interface Params { contracts: string[]; getArtifact: GetArtifactFunction; } export declare function validateMutableStateVariables({ contracts, getArtifact }: Params): Promise; export {}; //# sourceMappingURL=validate-variables.d.ts.map