export declare type SiteArgs = {
    SiteID?: string;
    SitePass?: string;
    MemberID?: string;
};
export declare type ShopArgs = {
    ShopID?: string;
    ShopPass?: string;
};
export declare type Result = {
    ErrCode?: string;
    ErrInfo?: string;
};
export declare type UnknownParams = {
    [key: string]: unknown;
};
