/** * This is an example of what your code should look like. * The code for this package is nothing but the makeFixture * function. */ import { Person } from '../types'; export declare const makePersonFixture: (overrides?: Partial) => Person;