import ts from 'typescript';
export declare const typeKey: (type: ts.Type) => string;
