import { TemplateParameterSchema } from '@backstage/plugin-scaffolder-react'; /** * Returns manifest of software templates with steps without a featureFlag tag. * @alpha */ export declare const useFilteredSchemaProperties: (manifest: TemplateParameterSchema | undefined) => TemplateParameterSchema | undefined;