export declare const PROPAGATION: { readonly REQUIRED: "REQUIRED"; readonly REQUIRES_NEW: "REQUIRES_NEW"; readonly MANDATORY: "MANDATORY"; readonly SUPPORTS: "SUPPORTS"; readonly NEVER: "NEVER"; readonly NESTED: "NESTED"; }; export declare type Propagation = (typeof PROPAGATION)[keyof typeof PROPAGATION];