/** * Extract a pre-compiled example project into a new directory. * Users get a fully-working app after `npm install && npm run dev` — * no cloud compile required. */ export declare function example(args: string[]): Promise; //# sourceMappingURL=example.d.ts.map