export declare abstract class BaseTimeLock { readonly deployedAt: bigint; static DEFAULT_RESCUE_DELAY: bigint; protected constructor(deployedAt: bigint); getRescueStart(rescueDelay?: bigint): bigint; }