import type { NameValidOptions } from '../../helpers';
export declare function isClientNameValid(name: string, options?: NameValidOptions): boolean;
//# sourceMappingURL=helpers.d.ts.map