import type { AdapterInit } from "./types";
export declare const getAdaptersCacheDir: () => string;
export declare function getAdapterInit(currentGatsbyVersion?: string): Promise<AdapterInit | undefined>;
