import type { LogInjection } from './Log';
export declare const logInjectionKey: import("vue").InjectionKey<LogInjection>;
