export declare function validateUMID(input: string): boolean; export declare function formatUMID(input: string): string | null;