I have a declaration like below,
let f: { (): number; (page: number): void; };
How can I create an instance for this ?