export interface CanonPipelineOptions { store?: string; dryRun?: boolean; json?: boolean; } export declare function canonSyncCmd(o: CanonPipelineOptions): Promise; export declare function canonTranslateCmd(o: CanonPipelineOptions): Promise; export declare function canonListCmd(o: CanonPipelineOptions & { all?: boolean; project?: string; }): Promise; export declare function canonGraphCmd(o: CanonPipelineOptions & { project?: string; mergeGraph?: string; touched?: boolean; }): Promise; export declare function canonPullCmd(o: CanonPipelineOptions & { session: string; to?: string; force?: boolean; target?: string; stripSignatures?: boolean; native?: boolean; project?: string; harness?: string; }): Promise; export declare function canonArtifactsCmd(o: CanonPipelineOptions): Promise; export declare function canonWatchCmd(o: CanonPipelineOptions & { debounceMs?: number; }): Promise; //# sourceMappingURL=pipeline.d.ts.map