import { HotelPlanet } from './nodes/HotelPlanet/HotelPlanet.node';
import { HotelPlanetApi } from './credentials/hotelPlanetApi.credentials';
export declare const nodes: (typeof HotelPlanet)[];
export declare const credentials: (typeof HotelPlanetApi)[];
declare const _default: {
    nodes: (typeof HotelPlanet)[];
    credentials: (typeof HotelPlanetApi)[];
};
export default _default;
//# sourceMappingURL=index.d.ts.map