export declare function getHaravanLocations(param: {
    accessToken: string;
    query?: string;
    delay?: number;
}): Promise<any>;
