import * as ts from 'typescript'; import { Item } from './factories'; export declare const makeLifter: (name: string, schema: Item, schemas: { [key: string]: Item; }) => { lifter: ts.VariableStatement; liftedType: ts.TypeAliasDeclaration; deps: (string | { [key: string]: string; })[]; };