export declare const getAccountObject: (req: Request) => {
    id: string;
};
