export = UpdateTitleAction; declare class UpdateTitleAction { constructor(data: any); type: string; title: Text; } import Text = require("../Text");