export declare abstract class Guard { abstract condition(...args: any[]): Promise; onFail(): void; } //# sourceMappingURL=Guard.d.ts.map