export declare function formatter(model: any): (target: any, name: string, descriptor: any) => any; export declare function wsFormatter(websockets: any): (target: any, name: string, descriptor: any) => any;