import type { Description } from './Description';
export type PartialBundle = {
    description?: Description;
    /**
     * A base64 encoded self-contained JavaScript code snippet.
     */
    code?: string;
};
//# sourceMappingURL=PartialBundle.d.ts.map