/** * Extendable Error */ export declare class CustomError extends Error { constructor(message?: string); }