import type { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class UpstageApi implements ICredentialType { name: string; displayName: string; icon: "file:../upstage_v2.svg"; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; } //# sourceMappingURL=UpstageApi.credentials.d.ts.map