import { INumberTypeLiteral, IObjectTypeLiteral, ITupleType, ITypeExpression } from "@mistlog/typetype"; export declare function tupleToObject(ast: ITupleType): IObjectTypeLiteral; export declare function push(ast: ITupleType, value: string | number): ITupleType; export declare function includes(ast: ITupleType, toFind: string | number): ITypeExpression; export declare function first(ast: ITupleType): ITypeExpression; export declare function length(ast: ITupleType): INumberTypeLiteral;