import { ContentfulAdapterConfig, ContentfulAdapterConfigFile } from "./types";
export declare const TSCONFIG_FILE_NAME = "tsconfig.becklyn-contentful.json";
export declare const CONFIG_FILE_NAME = "becklyn-contentful.config.ts";
export declare const loadConfig: () => Promise<ContentfulAdapterConfig>;
export declare const getConfigFromFile: (file: ContentfulAdapterConfigFile) => Promise<ContentfulAdapterConfig>;
