import { Context } from '../interfaces/context'; export declare function checkIfCodePointsMatchURLIdent(ctx: Context, codePoints: Array): boolean;