import type { MeshServePlugin } from './types';
export interface UseContentEncodingOpts {
    subgraphs?: string[];
}
export declare function useContentEncoding<TContext>({ subgraphs, }: UseContentEncodingOpts): MeshServePlugin<TContext>;
