import { ContractPaths } from '../type';
export declare const genVue: ({ contractsPaths, vuePath, contractsPath, clientPath, }: {
    readonly contractsPaths: readonly ContractPaths[];
    readonly vuePath: string;
    readonly contractsPath: string;
    readonly clientPath: string;
}) => {
    js: string;
    ts: string;
};
