export declare enum DriveMapFlag {
    Default = 0,
    Persistant = 1,
    Authentication = 8
}
export declare function DriveMapAdd(device: string, share: string, flags?: DriveMapFlag, username?: string, password?: string): string;
