import { ViewerMailType } from '../createTypes'; export declare const generateRandomLocation: (locationType: ViewerMailType) => { humanName: string; location: any; };