UI for Zipcoin Blue

index.d.ts 303B

12345678
  1. import { RootPlugin } from '@ionic/cli-utils';
  2. import { IonicNamespace } from './commands';
  3. export declare const namespace: IonicNamespace;
  4. export declare function generateRootPlugin(): Promise<RootPlugin>;
  5. export declare function run(pargv: string[], env: {
  6. [k: string]: string;
  7. }): Promise<void>;