/** * @kittenipc api */ class IpcApi { Div(a: number, b: number): number { return a / b; } } function main() { } main()