/** * Get the validity of a filename (empty if valid). * This can be used for `setCustomValidity` on input elements * * @param name The filename */ export declare function getGuestNameValidity(name: string): string;