export declare function consumeDigits(source: string, pos: number, predicate: (ch: string) => boolean): number;
