export declare enum NestWhatsParamType {
    CONTEXT = 0,
    DISCOVERY = 1
}
