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