/** * Parameter Decorator that extracts the current principal from the Request Object. */ export declare const Principal: (...dataOrPipes: any[]) => ParameterDecorator;