import { IronPdfConfig } from "./public/ironpdfglobalconfig";
/**
 * Force clean up app resource of IronPdf, result in all previously created PdfDocument objects becoming unusable.
 *
 * See {@link PdfDocument.close} for individual resource clean up for each PdfDocument objects
 */
export declare function cleanUp(): Promise<void>;
/**
 * A global configuration for IronPdf including {@link IronPdfConfig.licenseKey}
 * @param ironPdfConfig {@link IronPdfConfig}
 */
export declare function config(ironPdfConfig: IronPdfConfig): void;
/**
 * Force Shutdown IronPdf Engine process
 */
export declare function forceShutdown(): void;
export * from "./public/affix";
export * from "./public/annotation";
export * from "./public/bookmark";
export * from "./public/image";
export * from "./public/ironpdfglobalconfig";
export * from "./public/page";
export * from "./public/paper";
export * from "./public/pdfDocument";
export * from "./public/pdfGenerator";
export * from "./public/render";
export * from "./public/security";
export * from "./public/signature";
export * from "./public/stamp";
export * from "./public/types";
export * from "./public/naturalLanguages";
export { PdfAVersions, PdfUAVersions } from "./internal/grpc_layer/pdfium/pdfa";
//# sourceMappingURL=index.d.ts.map