export default class TypeTransformer { private static fromActors; private static toActors; static from(type: string): any; static to(type: string, isRequest?: boolean): any; private static hasArrayBrackets; private static fromStatic; private static toStatic; }