import { UserArkosConfig } from "./utils/define-config"; /** * Gives access to the underlying current configurations being used by **Arkos** by default and also loaded through `arkos.config.{ts|js}` * * @returns {ArkosConfig} */ export declare function getArkosConfig(): UserArkosConfig; export declare function logAppStartup(port: number | string, _host: string): void;