import { type ICredentialType } from 'n8n-workflow';
export declare function extractSharedFields(credentialType: ICredentialType): string[];
