/** * Helper to quickly create models for testing. * Accepts a definition's `attributes` object and * an optional model name as the first argument. * [Link](https://github.com/bedrockio/model#testing) * @returns mongoose.Model */ export function createTestModel(...args: any[]): any; export function getTestModelName(): string; //# sourceMappingURL=testing.d.ts.map