export declare function topicArchiveCommand(topicId: string, options?: { hub?: string; }): Promise; export declare function topicRestoreCommand(topicId: string, options?: { hub?: string; }): Promise; export declare function topicArchivedListCommand(options?: { hub?: string; verbose?: boolean; format?: string; }): Promise; //# sourceMappingURL=topic-archive.d.ts.map