export type ComposeConfig = Record<string, string | string[]>;
export declare function compose(baseDir: string, config: ComposeConfig): void;
