export declare type GetAccountParamsType = {
    id: string;
};
