import { Ottoman } from '../../../ottoman/ottoman';
export declare const ensureViewIndexes: (ottoman: Ottoman, indexes: any) => Promise<true | undefined>;
