export declare class Dictionary {
    constructor(weakKeys?: boolean);
    private init;
}
