import { Plugin } from '@nocobase/server'; export declare class PluginFilePreviewerPdfjsServer extends Plugin { afterAdd(): Promise; beforeLoad(): Promise; load(): Promise; install(): Promise; afterEnable(): Promise; afterDisable(): Promise; remove(): Promise; } export default PluginFilePreviewerPdfjsServer; //# sourceMappingURL=index.d.ts.map