export declare function extractGeographicAreaAndLocation(input: string): {
    geographicArea: string;
    location: string;
};
