export interface IF156008_Req {
}
export interface IF156008_Res {
    loginUser: string;
    loginChannel: string;
    clientType: string;
    hasCifAccount: string;
    regCustId: string;
    cifAccount: string;
}
export declare const IF156008: () => Promise<IF156008_Res & {
    header: TaroGeneral.IAnyObject;
    cookies?: string[] | undefined;
}>;
