import { SoftDeletableConfig } from "./common.js"; export declare function setSoftDeletableConfig(type: object, config: SoftDeletableConfig): void; /** * Look up the soft-delete config for an entity class, walking up the prototype * chain so that subclasses inherit the config of a decorated (abstract) base. */ export declare function getSoftDeletableConfig(type: object): SoftDeletableConfig | undefined; //# sourceMappingURL=storage.d.ts.map