import through from 'through'; declare function order(patterns?: string[], options?: { base?: string; }): through.ThroughStream; export default order;