import { type PublicApiCredentialResponse } from '@n8n/api-types'; import type { ICredentialsDb } from '@n8n/db'; export declare function toPublicApiCredentialResponse(credential: Pick & { resolvableAllowFallback?: boolean; resolverId?: string | null; }): PublicApiCredentialResponse;