import type { LockTypeData } from "../../types/public"; export declare class LockConfigUtil { static getPermanentLockType(): LockTypeData; }