export declare class FileWriterFactory { static GetWriter(adapterName: string): Promise; }