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