import type { Schema } from '@teambit/graphql';
import type { RenamingMain } from './renaming.main.runtime';
export declare function renamingSchema(renaming: RenamingMain): Schema;
