import { ContractPaths } from '../type';
export declare const genTest: ({ contractsPaths, testPath, contractsPath, mod, }: {
    readonly contractsPaths: readonly ContractPaths[];
    readonly testPath: string;
    readonly contractsPath: string;
    readonly mod?: string | undefined;
}) => {
    js: string;
    ts: string;
};
