import { Icon, ICredentialType, INodeProperties } from 'n8n-workflow';
import { Credentials } from '../nodes/help/type/enums';
export declare class LarkOAuth2Api implements ICredentialType {
    name: Credentials;
    displayName: string;
    extends: string[];
    icon: Icon;
    documentationUrl: string;
    properties: INodeProperties[];
}
