import { type CodePoint } from '#self'; /** https://tc39.es/ecma262/#sec-codepointat */ export declare function CodePointAt(string: string, position: number): { CodePoint: CodePoint; CodeUnitCount: number; IsUnpairedSurrogate: boolean; }; //# sourceMappingURL=CodePointAt.d.mts.map