import type { CompilerSync } from '../../compilers/types.ts'; export declare const createCompiler: (tagDependencies?: Map, fallbackDependencies?: string[]) => CompilerSync;