FileStaticMethodsMap: {
    getFileFeed(
        options?: FileFeedOptions,
    ): Promise<FileFeedResult<FileInstance>>;
    getStashedUpload(userID: string, name: string): Promise<FileInstance>;
    getValidLicenses(): readonly string[];
}

Type declaration