1 | declare const _default: ({
|
2 | name: string;
|
3 | description: string;
|
4 | func: (_: string[], ctx: import("@react-native-community/cli-types").Config, args: {
|
5 | interactive: boolean;
|
6 | }) => Promise<void>;
|
7 | options: {
|
8 | name: string;
|
9 | description: string;
|
10 | }[];
|
11 | } | {
|
12 | name: string;
|
13 | description: string;
|
14 | func: (_: string[], ctx: import("@react-native-community/cli-types").Config, args: import("@react-native-community/cli-platform-apple/build/commands/runCommand/createRun").FlagsT) => Promise<void>;
|
15 | examples: {
|
16 | desc: string;
|
17 | cmd: string;
|
18 | }[];
|
19 | options: (false | {
|
20 | name: string;
|
21 | description: string;
|
22 | parse?: undefined;
|
23 | } | {
|
24 | name: string;
|
25 | description: string;
|
26 | parse: (val: string) => string[];
|
27 | } | {
|
28 | name: string;
|
29 | default: string | number;
|
30 | parse: NumberConstructor;
|
31 | description?: undefined;
|
32 | } | {
|
33 | name: string;
|
34 | description: string;
|
35 | default: string | undefined;
|
36 | parse?: undefined;
|
37 | })[];
|
38 | } | {
|
39 | name: string;
|
40 | description: string;
|
41 | func: (_: string[], ctx: import("@react-native-community/cli-types").Config, args: import("@react-native-community/cli-platform-apple/build/commands/buildCommand/buildOptions").BuildFlags) => Promise<string>;
|
42 | examples: {
|
43 | desc: string;
|
44 | cmd: string;
|
45 | }[];
|
46 | options: (false | {
|
47 | name: string;
|
48 | description: string;
|
49 | parse?: undefined;
|
50 | } | {
|
51 | name: string;
|
52 | description: string;
|
53 | parse: (val: string) => string[];
|
54 | })[];
|
55 | })[];
|
56 | export default _default;
|
57 |
|
\ | No newline at end of file |