import type { Field } from '../fields/config/types.js'; import type { IncomingAuthType } from './types.js'; export declare const getBaseAuthFields: (authConfig: IncomingAuthType) => Field[]; //# sourceMappingURL=getAuthFields.d.ts.map