declare const _default: {
    get: (params: any) => Promise<unknown>;
    reset: () => void;
    destroy: (id: any) => void;
};
export default _default;
//# sourceMappingURL=service-pool-manager.d.ts.map