import type { Application } from '../../declarations'; export declare const AUTOTUNE_DB_FILENAME = "optuna.db"; export declare function getAutotuneDbPath(app: Application): string; export declare function getAutotuneOptunaUrl(app: Application): string;