import { Barrel } from "./types/Barrel";
export declare function compileBarrel(barrel: Barrel): Promise<string>;
