import { IErrorObject } from "./IErrorObject.js"; import { IQualifierModel } from "./IQualifierModel.js"; export declare type IQualifierToJson = IQualifierModel | IErrorObject; /** * Returns the action's model */ export declare function qualifierToJson(): IQualifierToJson;