export = TemplateDefinitionNotFoundError; declare class TemplateDefinitionNotFoundError extends ScafflaterError { constructor(filePath: any); filePath: any; } import ScafflaterError = require("./scafflater-error");