import plugin from '@preact/preset-vite';
export declare const appBlock: ({ name, version, entry }: {
    name: string;
    version: string;
    entry: string;
}) => string;
export { plugin };
