import { default as Command } from '../command';
declare class Comment extends Command {
    private newline;
    constructor(content: any, newline?: boolean);
    toString(): string;
}
export default Comment;
