import type { SyncCompilerFn } from './types.js'; export declare const fencedCodeBlockMatcher: RegExp; export declare const importMatcher: RegExp; export declare const importsWithinScripts: SyncCompilerFn; export declare const scriptBodies: SyncCompilerFn; export declare const importsWithinFrontmatter: (text: string, keys?: string[]) => string;