import { ICredentialType, NodePropertyTypes } from 'n8n-workflow';
export declare class Chatwork implements ICredentialType {
    displayName: string;
    name: string;
    properties: {
        displayName: string;
        name: string;
        type: NodePropertyTypes;
        default: string;
    }[];
}
