import { ExecutionContext } from "@nestjs/common";
import { NestWhatsGuard } from "./nestwhats-guard.interface";
export declare class FromMeGuard implements NestWhatsGuard {
    canActivate(rawCtx: ExecutionContext): boolean;
}
