export declare const getProfileImage: () => Promise<{
    image: string | null;
}>;
export declare const startProfileImageFlow: () => Promise<{
    image: string | null;
    isCancelled: boolean;
}>;
export declare const showLineSelector: () => Promise<void>;
