import {Errorf} from '@e22m4u/js-format';

/**
 * Invalid argument error.
 */
export declare class InvalidArgumentError extends Errorf {}
