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