import CommandBase from './commandBase';
export default class UmbracoVerifyRenderedViewContent extends CommandBase {
    _commandName: string;
    method(endpoint: any, expectedContent: any, removeWhitespace?: boolean): void;
}
