/**
 * Converts a a SID to an Object ID.
 * @param sid Azure/Entra/M365 Security Identifier to be converted to an Object ID/GUID (UUID v4).
 * @returns Object ID equivalent of the input SID.
 */
export declare function convertToObjectId(sid: string): string;
