/** * Represents an error that arises inside the package. * * @internal */ export declare class RettiwtError extends Error { constructor(message?: string); }