import type { Faker } from '..'; export declare type Arch = 'lin' | 'mac' | 'win'; export declare function generate(faker: Faker): any;