import type { MediaOptions } from '.';
import type { NodeExtendedSpec, SchemaOptions } from '../../types';
export declare function extendNodeSchema({ name, options, schemaOptions, }: {
    name: string;
    schemaOptions: SchemaOptions;
    options: MediaOptions;
}): Record<string, NodeExtendedSpec>;
//# sourceMappingURL=schema.d.ts.map