declare function shebang(str: string): string | void;

export = shebang;
