export declare const timezones: {
    search: (locationId: string, authToken: string) => Promise<any> | null;
};
