import { TTContext } from '..';
export declare const transformView: (ctx: TTContext) => Promise<void>;
