export declare function handleLoginAndInitFeatures(config: {
    liffId: string;
}): Promise<void>;
