import type { IVLazyOptions } from './types'; export declare function vLazyCore(source: string, options?: IVLazyOptions): string;