export declare const getLocation: (props: {
    city?: string;
    distance?: number;
    state?: string;
}, includeCity?: boolean) => string;
