import type { JunoConfig } from '@junobuild/config'; import type { ConfigArgs } from './types'; export declare const readJunoConfig: ({ mode }: ConfigArgs) => Promise; export declare const assertJunoConfig: () => Promise; export declare const junoConfigExist: () => Promise;