/** URL to download the VPS snapshot */
export interface DownloadSnapshotURL {
    /** Snapshot size (bytes) */
    size: number;
    /** URL to download the snapshot */
    url: string;
}
//# sourceMappingURL=DownloadSnapshotURL.d.ts.map