import { Contract } from 'typechain'; export declare function codeGenIndex(contract: Contract): string; export declare function codeGenSentioFile(contract: Contract): string; export declare function codeGenTestUtilsFile(contract: Contract): string; //# sourceMappingURL=file.d.ts.map