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