import type { IsLiteralOfType } from '../literal/index.js'; export type IsStringLiteral = IsLiteralOfType; //# sourceMappingURL=IsStringLiteral.d.ts.map