export declare const timeStampInSecs: () => number;
export declare const timeout: (milliseconds: number, message: string) => Promise<void>;
export declare const storage: {
    set: (key: string, value: any) => void;
    get: (key: string) => any;
    remove: (key: string) => void;
};
//# sourceMappingURL=index.d.ts.map