You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
995 B

declare const _default: ({
name: string;
description: string;
func: () => Promise<void>;
} | {
name: string;
description: string;
func: (_argv: string[], config: import("@react-native-community/cli-types").Config, args: import("./runAndroid").Flags) => Promise<void>;
options: ({
name: string;
description: string;
default?: undefined;
parse?: undefined;
} | {
name: string;
default: string | number;
parse: NumberConstructor;
description?: undefined;
} | {
name: string;
description: string;
default: string | undefined;
parse?: undefined;
} | {
name: string;
description: string;
parse: (val: string) => string[];
default?: undefined;
} | {
name: string;
description: string;
default: boolean;
parse?: undefined;
})[];
})[];
export default _default;
//# sourceMappingURL=index.d.ts.map