import ExecutionPlan_ from './executionPlan'; export declare namespace KendraRanking { const ExecutionPlan: typeof ExecutionPlan_; type ExecutionPlan = ExecutionPlan_; }