import * as $dara from '@darabonba/typescript'; import { ApplyAutoSnapshotPolicyResponseBody } from "./ApplyAutoSnapshotPolicyResponseBody"; export declare class ApplyAutoSnapshotPolicyResponse extends $dara.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ApplyAutoSnapshotPolicyResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }