/** * Error thrown when an invalid bytes value is provided * * @example * ```ts * // This will throw E_INVALID_BYTES_VALUE * check.warnWhenExceeds('invalid-value') * ``` */ export declare const E_INVALID_BYTES_VALUE: new (args: [string | number], options?: ErrorOptions) => import("@poppinss/utils/exception").Exception;