import type { BaseD } from '../types';
export declare function isD(arg: unknown): arg is BaseD<string[] | number>;
//# sourceMappingURL=isD.d.ts.map