import * as $dara from '@darabonba/typescript'; import { OSSMountPoint } from "./OssmountPoint"; export declare class OSSMountConfig extends $dara.Model { /** * @remarks * An array of OSS mount points. */ mountPoints?: OSSMountPoint[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }