import type { Handler } from '../di/types.js'; import type { Resource } from './types.js'; type AnyHandler = Handler, unknown>; export declare function resourceToHandlers(resource: Resource): AnyHandler[]; export {}; //# sourceMappingURL=to-handlers.d.ts.map