/**
 * ContractTemplates handles the creation of formal contract directories and structure
 */
export declare class ContractTemplates {
    static createContractsDirectory(projectRoot: string): Promise<void>;
}
//# sourceMappingURL=contract-templates.d.ts.map