1 | import { Interfaces } from '@oclif/core';
|
2 | import { Completion } from '@oclif/core/lib/interfaces/parser';
|
3 | export declare const oneDay: number;
|
4 | export declare const herokuGet: (resource: string, ctx: {
|
5 | config: Interfaces.Config;
|
6 | }) => Promise<string[]>;
|
7 | export declare const AppCompletion: Completion;
|
8 | export declare const AppAddonCompletion: Completion;
|
9 | export declare const AppDynoCompletion: Completion;
|
10 | export declare const BuildpackCompletion: Completion;
|
11 | export declare const DynoSizeCompletion: Completion;
|
12 | export declare const FileCompletion: Completion;
|
13 | export declare const PipelineCompletion: Completion;
|
14 | export declare const ProcessTypeCompletion: Completion;
|
15 | export declare const RegionCompletion: Completion;
|
16 | export declare const RemoteCompletion: Completion;
|
17 | export declare const RoleCompletion: Completion;
|
18 | export declare const ScopeCompletion: Completion;
|
19 | export declare const SpaceCompletion: Completion;
|
20 | export declare const StackCompletion: Completion;
|
21 | export declare const StageCompletion: Completion;
|
22 | export declare const TeamCompletion: Completion;
|