export declare const isIDContinue: (code: number) => boolean;
export declare const isIDStart: (code: number) => boolean;
