import { ApiKeyCredentials } from "@azure/ms-rest-js"; /** * Creates a new CognitiveServicesCredentials object. */ export declare class TopicCredentials extends ApiKeyCredentials { /** * Creates a new EventGrid TopicCredentials object. * * * @param topicKey - The EventGrid topic key */ constructor(topicKey: string); } //# sourceMappingURL=topicCredentials.d.ts.map