declare function bundle(entrypoint: any, options?: {
    name: string;
    globals: any;
}): Promise<void>;
export default bundle;
