export declare const getAdministratorData: (req: any) => {
    administrator: {
        [key: string]: any;
    } | null;
};
