UNPKG

@patchworkdev/pdk

Version:

Patchwork Development Kit

6 lines 415 B
import LockFileManager from '../../services/lockFile'; import { Network } from '../../types'; export declare function generateConfig(rootDir: string): Promise<void>; export declare function networkTemplate(name: string, network: Network): string; export declare function contractTemplate(lockFileManager: LockFileManager, name: string, network: Record<string, Network>): string; //# sourceMappingURL=config.d.ts.map