export { renderCreateBlockExternalTemplate } from './template-source-external.js'; export { getTemplateProjectType, getTemplateProjectTypeAsync, getDefaultCategory, getDefaultCategoryAsync, normalizeCreateBlockSubset, normalizeWpTypiaTemplateSeed, } from './template-source-remote.js'; import type { TemplateSourceFormat, TemplateVariableContext } from './template-source-contracts.js'; export declare function getTemplateVariableContext(variables: { [key: string]: string; }): TemplateVariableContext; export declare function detectTemplateSourceFormat(sourceDir: string): Promise;