interface LiquidPerformance {
    now: () => number;
}
export declare function getPerformance(): LiquidPerformance;
export {};
