export interface AllowCharactersDescription { allowCharacters: { characters: string; }; } export declare const isAllowCharactersDescription: (val: any) => val is AllowCharactersDescription;