export declare const defaultTimeout: number;
export declare function parseTimeoutSeconds(timeoutString?: string): number;
