import { Gender } from "../types/person"; export declare const firstName: (gender?: Gender) => string;