import * as ts from 'typescript';
export declare function isTypeBrandedLiteralLike(type: ts.Type): boolean;
