export declare const TOPIC_SUBJECT_SEPARATOR = "-"; export declare const TOPIC_SUBJECT_VALUE_SUFFIX = "value"; export declare const TOPIC_SUBJECT_KEY_SUFFIX = "key"; export declare const getSchemaRegistryValueSubjectByTopic: (topic: string) => string; export declare const getSchemaRegistryKeySubjectByTopic: (topic: string) => string;