import * as yup from 'yup'; export type StopNodeRequest = undefined; export type StopNodeResponse = undefined; export declare const StopNodeRequestSchema: yup.MixedSchema; export declare const StopNodeResponseSchema: yup.MixedSchema; //# sourceMappingURL=stopNode.d.ts.map