export declare const keplerGlAiAssistantPlugin: {
    name: string;
    init(): Promise<void>;
};
