export function add(ref: any, config: any): void;
export function get(ref: any): any;
export function has(ref: any): any;
export function remove(ref: any): void;
export function list(): string[];
