import type { UnchainedCore } from '@unchainedshop/core';
import type { FastifyInstance } from 'fastify';
declare const _default: (fastify: FastifyInstance, { unchainedAPI }: {
    unchainedAPI: UnchainedCore;
}) => void;
export default _default;
