export declare const delay: (time: number) => Promise; export declare const getMarkingCode: (description?: string) => { type: "other"; mark: string; } | undefined; //# sourceMappingURL=helpers.d.ts.map