import type { ExecResult } from "./types.ts"; export declare const ERROR_DETAIL_LIMIT = "PLURNK_EXECS_ERROR_DETAIL_LIMIT"; export default class ErrorDetail { static configuredLimit(): number | null; static preview(value: unknown, limit: number): string; static invalidConfiguration(owner: string): ExecResult; } //# sourceMappingURL=ErrorDetail.d.ts.map