import type { RspackServerlessPlugin } from './serverless-rspack.js';
export declare function pack(this: RspackServerlessPlugin): Promise<void>;
