/** * Calculate timeout in ms with validation */ export declare function calculateTimeoutMs(timeout: string | number | undefined): number;