import { type MyParcelSdk } from '@myparcel/sdk'; import { AbstractPdkEndpoint } from '../endpoints'; /** * Do requests to the PDK admin Api. */ export declare const usePdkAdminApi: () => MyParcelSdk;