import { Interceptor } from '@gaman/common/types/interceptor.types.js'; declare function register(...interceptor: Interceptor[]): void; declare function getInterceptors(): Interceptor[]; declare const _default: { register: typeof register; getInterceptors: typeof getInterceptors; }; export default _default;