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