import { WithingsApi } from './nodes/WithingsApi/WithingsApi.node'; import { WithingsOAuth2Api } from './credentials/WithingsOAuth2Api.credentials'; export declare const nodes: (typeof WithingsApi)[]; export declare const credentials: (typeof WithingsOAuth2Api)[];