import { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow';
import { Icon } from 'n8n-workflow/dist/Interfaces';
export declare class YNABApi implements ICredentialType {
    name: string;
    displayName: string;
    documentationUrl: string;
    properties: INodeProperties[];
    icon: Icon;
    authenticate: IAuthenticateGeneric;
}
