import type { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class MalcoreApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; icon: { readonly light: "file:icons/Malcore.png"; readonly dark: "file:icons/Malcore.png"; }; httpRequestNode: { name: string; docsUrl: string; apiBaseUrlPlaceholder: string; }; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; } //# sourceMappingURL=MalcoreApi.credentials.d.ts.map