import type { FunctionArchive } from '../function.js';
export declare const addArchiveSize: (result: FunctionArchive) => Promise<FunctionArchive>;
