import { HydrationPrefetchStrategy } from './types.js';
declare const mediaType = "media";
export declare function media(query: string): HydrationPrefetchStrategy<typeof mediaType>;
export {};
