import { BaseOptions } from '../types.js'; export declare type ConfigOptionKeys = keyof Omit; export declare function serveAsync(options: { certFilePath: string; concurrency: number; cors: boolean; deleteIncomplete: boolean; inpaintImageModelFilePath: string; keyFilePath: string; outputDirectoryPath: string; port: number; stableDiffusionRepositoryDirectoryPath: string; textToImageModelFilePath: string; }): Promise; //# sourceMappingURL=serve-async.d.ts.map