import { ITABLE_MAIN } from '../types';
export declare function init(overwrite?: boolean): {
    TABLE: ITABLE_MAIN;
    TABLE_SAFE: ITABLE_MAIN;
};
