import type * as ts from 'typescript'; export declare const getValueOfLiteralType: (type: ts.LiteralType) => bigint | number | string; //# sourceMappingURL=getValueOfLiteralType.d.ts.map