export declare const PreloadConverter: {
    convertPreloadFile(inputPath: string, outputPath: string): Promise<void>;
};
