export declare const serve: (inputFileName: string, options: any) => Promise<{
    success: boolean;
}>;
