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