/**
 * Application constants
 */
export declare const Constants: {
    /**
     * Application name
     */
    APP_NAME: string;
    /**
     * Application version
     */
    VERSION: string;
    /**
     * Default port
     */
    DEFAULT_PORT: number;
    /**
     * Default host
     */
    DEFAULT_HOST: string;
    /**
     * Default memory bank root directory
     */
    DEFAULT_MEMORY_BANK_ROOT: string;
    /**
     * Default language
     */
    DEFAULT_LANGUAGE: string;
    /**
     * Supported languages
     */
    SUPPORTED_LANGUAGES: readonly ["en", "ja"];
    /**
     * Migration config
     */
    MIGRATION: {
        disableMarkdownWrites: boolean;
    };
};
//# sourceMappingURL=constants.d.ts.map