import type { Handlers } from "./server-types.js"; export declare function isValidEmoji(value: string): boolean; export declare function applyProfanityChecks(handlers: Handlers, text: string): Promise; export declare function effectiveMaxParticipants(maxSize: number | null | undefined, hardUpperLimit: number): number; //# sourceMappingURL=validation.d.ts.map