import type { Payload } from 'payload'; import type { SystemRole, SyncResults } from '../types'; export type DefaultRole = SystemRole; /** * Sync system-managed roles with optimistic locking * This ensures role configurations are up-to-date while preventing race conditions */ export declare function syncSystemRoles(payload: Payload, defaultRoles: SystemRole[]): Promise; //# sourceMappingURL=syncRoles.d.ts.map