export declare class Parameter { static get UserId(): string; static get AppId(): string; static get ComponentId(): string; static get NodeId(): string; static get(key?: string): T; }