import { INodeType, ICredentialType } from 'n8n-workflow';
export declare const credentials: {
    [key: string]: ICredentialType;
};
export declare const nodes: INodeType[];
export * from './interfaces/NodeInterfaces';
export * from './utils';
export * from './services';
