declare function struct(obj: any): any; declare function set(props: any): void; export { set, struct };