import { RESULT_SUCCESS } from './BoundaryResultTypeConstants'; import { BoundaryResult } from './BoundaryResult'; /** * This indicates that the result was successful * * @public */ export declare class BoundarySuccess extends BoundaryResult { readonly resultType: typeof RESULT_SUCCESS; constructor(); } //# sourceMappingURL=BoundarySuccess.d.ts.map