class Foo { foo(arg1: string, arg3 = {}) { } test(filePaths : string[]) { } bar(options?: {visibility?: boolean}) { } } export {Foo};