import MiscordThread from '../types/Thread'; import { Thread } from 'libfb'; declare const _default: (threadID: string, useCache?: boolean) => Promise; export default _default; export declare function fillNames(thread: Thread): Promise;