/**
* @authorWMXPY
* @namespaceText
* @descriptionDefinition
*/import { ImbricateAuthor } from"../author/definition";
exporttypeImbricateTextAuditOptions = {
/**
* Text author, this is controlled an function may vary by origin
*/readonlyauthor?: ImbricateAuthor;
};