import type { Guard } from "./Guard"; export declare const alt_: (me: Guard, that: () => Guard) => Guard; export declare const alt: (that: () => Guard) => (me: Guard) => Guard; export declare const zero: () => Guard; export declare const compose_: (from: Guard, to: Guard) => Guard; export declare const compose: (to: Guard) => (from: Guard) => Guard; export declare const id: () => Guard; //# sourceMappingURL=methods.d.ts.map