import { Registry } from './common-protocol';
import { CloudStudioAuthenticationProvider } from './authentication';
export declare class ContextRegistry implements Registry {
    protected readonly authenticationProvider: CloudStudioAuthenticationProvider;
    register(): Promise<void>;
    protected registerSessionContext(): void;
}
