export interface ForbidCharactersDescription { forbidCharacters: { characters: string; }; } export declare const isForbidCharactersDescription: (val: any) => val is ForbidCharactersDescription;