import { type OneOrMore } from '@myparcel/ts-utils'; import { type AdminInstance } from '../types'; export declare const getOrderId: (instance?: AdminInstance) => undefined | OneOrMore;