export declare class AppConfig {
    static DB_VERSION: number;
    static DB_NAME: string;
    static TIMEOUT: number;
}
