declare function Guard(checkFunction: (...args: any[]) => boolean | Promise<boolean>): MethodDecorator;
