export declare class DB {
    static get(uri: string, cb: any): any;
}
