type LevelOptions = "level1" | "level2" | "level3";
export declare function upscale(input: string, output: string, level: LevelOptions): Promise<boolean>;
export declare function upscaleAll(inputs: string[], basePath: string, level: LevelOptions, batchSize?: number): Promise<void>;
export {};
