/** * A catalog {@link @backstage/plugin-permission-node#PermissionRule} which * filters for entities with the specified metadata subfield. Also matches on * values if value is provided. * * The key argument to the `apply` and `toQuery` methods can be nested, such as * 'field.nestedfield'. * @alpha */ export declare const hasMetadata: import("@backstage/plugin-permission-node").PermissionRule;