import type { ResolvedConfig } from './types'; interface Shared { config: ResolvedConfig; } export declare const shared: Shared; export {};