import { Abstraction } from "@webiny/di"; export interface IOnEntryBeforeCreate { execute(): Promise; } export declare const OnEntryBeforeCreate: Abstraction; export declare namespace OnEntryBeforeCreate { type Interface = IOnEntryBeforeCreate; }