export declare const validate: { NPI(str: string): "NPI cannot exceed 32 characters" | undefined; };