export declare function evaluateCFN(object: any, context?: {
    [key: string]: string;
}): any;
