import { InjectionKey } from 'vue'; export interface GuideContext { hideFlow: () => void; } export declare const guideInjectionKey: InjectionKey;