import { GlobalContext } from "../types";
export declare function transformAll(schema: any, ctx: GlobalContext): Record<string, string>;
