export declare class NoosFormTypeService { static implementations: object; static register(typeName: string): {}>(constructor: T) => { new (...args: any[]): {}; } & T; constructor(); getPostTypeFromString(typeName: string): any; }