/** * Generated a graphql fragment for the step type of the management api * @param r renderMigrationManifestations */ export declare const renderStepFragment: (r: boolean) => string; export declare const renderMigrationFragment: (renderRelationManifestations: boolean) => string;