declare const consume: (type: "bool" | "both" | "false" | "number" | "obj" | "string" | "true", setting: unknown) => any; export default consume;