import { SiteConfig } from "./types";
declare const useConfig: () => SiteConfig;
export default useConfig;
