import type { SourceAdapter } from '../types.js'; export declare function createAdapter(mimeType?: string): Promise; export { NativeAdapter } from './native.js'; export type { SourceAdapter } from '../types.js';