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