import Options from '../options'; /** * Create a schema definition with rules to normalize lists */ declare function schema(opts: Options): Object; export default schema; //# sourceMappingURL=schema.d.ts.map