export declare enum When {
    BEFORE = -1,
    AFTER = 1
}
export type WhenKeyStrings = keyof typeof When;
//# sourceMappingURL=when.d.ts.map