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