import { REDCOptions } from './meta.js';
export declare function build(file: string, options?: REDCOptions): Promise<string>;
