import { ProviderOptions } from "./ProviderOptions"; export declare type SubsetOptions = ProviderOptions & { outputPackages?: boolean; };