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