import { getVariant, getAdpConfig, ManifestService, generateChange, getPromptsForAddAnnotationsToOData } from "@sap-ux/adp-tooling";
import { getAnnotationNamespaces } from "@sap-ux/odata-service-writer";
import { createAbapServiceProvider } from "@sap-ux/system-access";
import { flpConfigurationExists } from "@sap-ux/adp-tooling";
export { AddAnnotationsAnswers, ChangeType, AnnotationFileSelectType, DescriptorVariant, ManifestService, AdpPreviewConfig } from "@sap-ux/adp-tooling";
export { NamespaceAlias } from "@sap-ux/odata-service-writer";
declare const _default: {
    getVariant: typeof getVariant;
    getAdpConfig: typeof getAdpConfig;
    ManifestService: typeof ManifestService;
    generateChange: typeof generateChange;
    getPromptsForAddAnnotationsToOData: typeof getPromptsForAddAnnotationsToOData;
    createAbapServiceProvider: typeof createAbapServiceProvider;
    getAnnotationNamespaces: typeof getAnnotationNamespaces;
    flpConfigurationExists: typeof flpConfigurationExists;
};
export default _default;
