declare module 'funpermaproxy' { const fp: FunpermaproxyFunction; interface FunpermaproxyFunction { (getter: () => T): T; callable(getter: () => T): T; } export = fp; }