import { type BackendEndpoint } from '@myparcel-pdk/common'; import { type ActionInput } from '../types'; export declare const generateLabelFilename: (parameters: ActionInput) => string;