export declare class KsefnikError extends Error { readonly code: string; readonly context?: Record | undefined; constructor(code: string, message: string, context?: Record | undefined); } //# sourceMappingURL=base.d.ts.map