import { ZidOAuth2Api } from './ZidOAuth2Api.credentials';
import { ZidCustomerTrigger } from './ZidCustomerTrigger.node';
import { Zid } from './Zid.node';
export declare const nodes: (typeof Zid | typeof ZidCustomerTrigger)[];
export declare const credentials: (typeof ZidOAuth2Api)[];
