declare function get(from: any, selector: string): any;

export { get };
