import type { GlobalState } from '@mattermost/types/store';
export declare function makeGetUsersTypingByChannelAndPost(): (state: GlobalState, props: {
    channelId: string;
    postId: string;
}) => string[];
