export declare class HttpContextToken { readonly name: string; readonly defaultValue: T; constructor(name: string, defaultValue: T); }