declare const _default: {
    'has-draft-and-publish': (ctx: import("koa").Context, config: any, { strapi }: {
        strapi: import("@strapi/types").Strapi;
    }) => boolean;
    hasPermissions: {
        name: string;
        validator: (config: unknown) => void;
        handler: (...args: any[]) => any;
    };
};
export default _default;
//# sourceMappingURL=index.d.ts.map