import type { CollectionConfig } from 'payload'; import type { GatekeeperOptions } from '../types'; export declare const createRolesCollection: (collections: CollectionConfig[], options?: GatekeeperOptions, adminCollectionSlug?: string) => CollectionConfig; //# sourceMappingURL=Roles.d.ts.map