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