import Contract from '../artifacts/Contract'; export declare function importsVanillaContracts(contract: Contract, buildArtifacts?: any): string[] | undefined; export declare function setVanillaContractsPackageName(value: string): void;