/** A structure describing a Veeam backup's access informations */
export interface Infos {
    /** NFS URL of the backup */
    nfs: string;
    /** SMB URL of the backup */
    smb: string;
}
//# sourceMappingURL=Infos.d.ts.map