import { ClassifierProps } from '../types';
export declare const isArray: (arg: any) => arg is any[];
export declare const returnTypeParser: (value: number, options: ClassifierProps['options']) => string | number;
