export declare const hopModelSchemaOptions: {
    collection: string;
    timestamps: boolean;
    validateModifiedOnly: boolean;
};
