export declare class RepomixError extends Error {
    constructor(message: string, options?: ErrorOptions);
}
export declare class RepomixConfigValidationError extends RepomixError {
    constructor(message: string, options?: ErrorOptions);
}
export declare const handleError: (error: unknown) => void;
export declare const rethrowValidationErrorIfZodError: (error: unknown, message: string) => void;
//# sourceMappingURL=errorHandle.d.ts.map