export type PostHandlerItem = {
    priority: number;
    handler: () => void | Promise<void>;
};
//# sourceMappingURL=PostHandlerItem.d.ts.map