export declare function getTempUserId(): string; export declare function getUserIdFromRequest(request: any): string; export declare function createUserDecorator(): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;