import { CLIOptions } from '../index';
/**
 * Create the content folder for Split-generated content
 */
export declare function createContentFolder(options: CLIOptions): Promise<void>;
