export declare function directChannelUserSlug(slugA: string, slugB: string): string; export declare function isDirectChannel(ownerHandle: string): boolean; export declare function directChannelParticipants(channelUserSlug: string): [string, string] | null;