/** Information about the snapshot of a VPS Virtual Machine */
export interface Snapshot {
    /**  */
    creationDate: string;
    /**  */
    description: string;
    /**  */
    id: string;
    /**  */
    region?: string;
}
//# sourceMappingURL=Snapshot.d.ts.map