/** * Get the guid from a UDI. * @example getGuidFromUdi('umb://document/4f058f8b1f7e4f3e8b4b6b4b4b6b4b6b') // '4f058f8b-1f7e-4f3e-8b4b-6b4b4b6b4b6b' * @param {string} udi The UDI to get the guid from. * @returns {string} The guid from the UDI. */ export declare function getGuidFromUdi(udi: string): string;