import { Configuration } from './Configuration.js'; /** * Package the book described by the configuration. * @param config The {@link Configuration} object */ export declare function bundleEPUB(config: Configuration): Promise; /** * Handle the `package` command from `cli.js`. * @param configFN The file name for the {@link Configuration} file */ export declare function doPackageCommand(configFN: string): Promise; /** * Creates the metadata files, `container.xml`, the OPF file and the NCX file. * @param config The {@link Configuration} object */ export declare function doMeta(config: Configuration): Promise; /** * Handles the `mkmeta` command from `cli.js` * @param configFN The name of the {@link Configuration} file */ export declare function doMkMetaCommand(configFN: string): Promise; //# sourceMappingURL=bundleEPUB.d.ts.map