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