import { DateLike } from '@vueuse/core'; import { Timestamp } from '@myparcel/sdk'; export declare const createTimestamp: (date?: DateLike) => Timestamp;