import { Predicate } from "@tsplus/stdlib/data/Predicate";
import { Maybe } from "@tsplus/stdlib/data/Maybe/definition";
/**
* Returns `true` if the predicate is satisfied by the wrapped value.
* @tsplus static Maybe.Aspects exists
* @tsplus pipeable Maybe exists
* @tsplus location "@tsplus/stdlib/data/Maybe/exists"
*/
export declare function exists(predicate: Predicate): (self: Maybe) => boolean;
//# sourceMappingURL=exists.d.ts.map