import type { SyncCompilerFn } from './types.js';
export declare const fencedCodeBlockMatcher: RegExp;
export declare const importMatcher: RegExp;
export declare const importsWithinScripts: SyncCompilerFn;
export declare const tsScriptBodies: SyncCompilerFn;
