/**
 * Add pre-condition checks inside a property execution
 * @param expectTruthy - cancel the run whenever this value is falsy
 */
export declare const pre: (expectTruthy: boolean) => void;
