export declare const getLocationInfo: ({ stack, location, locationType }: {
    stack: any;
    location: any;
    locationType: any;
}) => any;
