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