import type { StorageValue } from 'unstorage';
import type { TransformContentOptions } from '@nuxt/content';
/**
 * Parse content file using registered plugins
 */
export declare function transformContent(id: string, content: StorageValue, options?: TransformContentOptions): Promise<any>;
export { defineTransformer } from './utils';
