export declare const createTuple: <const T extends string>(...input: T[]) => string[] & {
    _type: T;
};
