import type { ITemplateHandlerOptions } from '../../types/index.js';
import type { AttributeMatcher } from '../custom-attributes.js';
export declare function customTemplateHandler(rawSource: string, options: Required<ITemplateHandlerOptions>, cachedMatcher?: AttributeMatcher | undefined): Promise<string>;
