/** * Get the configured roles collection slug * This is stored globally to avoid passing it through every function */ export declare const setRolesSlug: (slug: string) => void; export declare const getRolesSlug: () => string; //# sourceMappingURL=getRolesSlug.d.ts.map