export declare type Operation = (input: Input) => Promise; export declare type ParameterLessOperation = () => Promise; //# sourceMappingURL=Operation.d.ts.map