export declare const getLayoverOriginDestinationKey: (from?: string | null, at?: string | null, to?: string | null) => string;
