import { Engine, StitchConfig } from "./index"; import { Block } from "./render"; export declare function isTemplate(filePath: string, engines?: StitchConfig["engines"]): boolean; export declare function getCompileFn(filePath: string, engines?: StitchConfig["engines"]): Engine | undefined; export declare function isComponent(block: Block): boolean;