// Type definitions for brace-expansion 1.1
// Project: https://github.com/juliangruber/brace-expansion
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export = expand;

declare function expand(input: string): string[];
