import { Runtype } from './runtype'; /** * A union of string literals. */ export declare function stringLiteralUnion(...values: V): Runtype;