interface StoreJsAPI 
{
    // expirePlugin
    set(key: string, value: any, expiration: number): any;
}