import type { FileAdapter, VideoTransformer } from "@notion-md-converter/core/types";
export declare const createQiitaMarkdownVideoTransformer: (options?: {
    fileAdapter?: FileAdapter;
}) => VideoTransformer;
