export declare function validateTopic(topic: string): boolean;
export declare function validateTopics(topics: string[]): string | null;
