import { NextFunc, Props } from '@exobase/core'; import zod, { ZodRawShape, ZodObject } from 'zod'; declare const useHeaders: (shapeMaker: ZodObject | ((z: typeof zod) => TRawShape)) => (func: NextFunc['_output']>>) => NextFunc; export { useHeaders };