import type { GeneratedFile } from './types.js'; /** * Generates a barrel index.ts that re-exports everything from the other three * generated files so consumers can do: * * import { getTasks, Task, configureClient } from './api' * * instead of knowing which sub-file each export lives in. */ export declare function generateIndexBarrel(): GeneratedFile; //# sourceMappingURL=index-barrel.d.ts.map