import { default as Command } from '../command';
declare class Comment extends Command {
    constructor(name: string);
    toString(): string;
}
export default Comment;
