import { ArkyConfig } from "../constants/types/config.type";
export declare function loadConfig(): ArkyConfig | null;
