import { engine } from '@strapi/permissions';
type Options = Parameters<typeof engine.new>[0];
declare const _default: ({ providers }: Options) => engine.Engine;
export default _default;
//# sourceMappingURL=engine.d.ts.map