import type { FernNavigation } from "./.."; import type { APIV1Read } from "../client/types"; export declare class ApiDefinitionPruner { private api; constructor(api: APIV1Read.ApiDefinition); prune(node: FernNavigation.NavigationNodeApiLeaf | FernNavigation.EndpointPairNode): APIV1Read.ApiDefinition; private pruneTypes; private expandTypeIds; private pruneRootPackage; private pruneSubpackages; private prunePackage; private pruneEndpoints; private pruneWebSockets; private pruneWebhooks; private pruneGraphqlOperations; } //# sourceMappingURL=ApiDefinitionPruner.d.ts.map