import Model from './Model';
declare const _default: {
    /**
     * Converts this object to a plain one.
     */
    toPlainObject: (this: Model<any, string>) => object;
};
export default _default;
