export declare function skip(idx: number, content: string, cond: (s: string) => boolean): number; export declare function isSpace(c: string): boolean; export declare function removeComments(content: string): string;