export declare function writeComment(com: { comment?: string; }): void; export declare function setComment(com: { comment?: string; }): void; export declare function cleanComment(): void; export declare function next(tokens: string[]): string | undefined;