import type { Schema } from '@teambit/graphql'; import type { DeprecationMain } from './deprecation.main.runtime'; export declare function deprecationSchema(deprecation: DeprecationMain): Schema;