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