export class StaticExports { /** * This is the doc for `staticA`. */ static staticA(param1: string) { return param1 } /** * This is the doc for `num`. */ static num: number; }