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