import { Node as UnistNode } from "unist"; export interface ReplaceImageDataOptions { pushImageUrlToList: (value: string) => void; getUrlListLength: () => number; className?: string; } export declare const extractUrlAndReplaceWithGatsbyImage: (options: ReplaceImageDataOptions) => (tree: UnistNode) => void; //# sourceMappingURL=extractUrlAndReplaceWithGatsbyImage.d.ts.map