/** * @author songxiwen * @date 2021/03/31 16:08 */ export declare class LiveTableFileModel { #private; private readonly key; constructor(key: string); get id(): string; request(): Promise; }