/**
 * ```js
 * import { ChannelRepository } from '@amityco/ts-sdk'
 * const ids = await ChannelRepository.getArchivedChannelIds()
 * ```
 *
 * @returns A list of archived channel ids sorted by `archivedAt` descending.
 *
 * @category Channel API
 * @async
 */
export declare const getArchivedChannelIds: () => Promise<Amity.Channel['channelId'][]>;
//# sourceMappingURL=getArchivedChannelIds.d.ts.map