import { type Variant } from '@myparcel-pdk/common'; import { type PdkNotification } from '../types'; export declare const createNotification: (variant: Variant, options?: Partial & { identifier?: string; }) => undefined | PdkNotification;