import { InlineConfig } from '../types';
export declare function prepare(config: InlineConfig): Promise<void>;
