import type { FileDescription } from '../typechain/types'; /** * returns barrel files with reexports for all given paths * * @see https://github.com/basarat/typescript-book/blob/master/docs/tips/barrel.md */ export declare function createBarrelFiles(paths: string[], { typeOnly, postfix }: { typeOnly: boolean; postfix?: string; }): FileDescription[]; //# sourceMappingURL=createBarrelFiles.d.ts.map