import { AtlexFaker } from './atlexFaker.js'; /** * Returns a locale-aware fake data generator (`name()`, `unique().safeEmail()`, etc.). * * @param locale - Optional Faker.js locale (e.g. `"de"`, `"en_US"`). Omit for default English. */ export declare function fake(locale?: string): AtlexFaker; //# sourceMappingURL=fake.d.ts.map