export const TYPE_DIRECTORY: "directory"; export const TYPE_FILE: "file"; export function queryFileById(client: any, id: any): Promise;