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