export * from './meta.decorator'; export * from './user.decorator'; export declare type ClassType = new (...args: any[]) => T; export declare const IpAddress: (...dataOrPipes: any[]) => ParameterDecorator;