/**
* This error indicates @@
*
* @public exported from `@promptbook/core`
*/
export declareclassBoilerplateErrorextendsError{
readonly name = "BoilerplateError";
constructor(message: string);
}
/**
* TODO: @@ Do not forget to add the error into `0-index.ts` ERRORS
*/