export default interface IServer_Common_RPC_File { getPath?(fileId:string):Promise getPaths?(fileIds:string[]):Promise }