import { type AdminInstance } from '../types'; export declare const extendAdminInstance: (data: Partial) => void;