import type { Validator } from '.';
/** Validator that only allows symbols. */
export declare const isSymbol: Validator;
