import { ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class DydxApi implements ICredentialType {
    name: string;
    displayName: string;
    documentationURL: string;
    properties: INodeProperties[];
}
