import { type NativeCheckReceipt } from './native-check-receipt-model.js'; import type { NativeProjectPaths } from './native-types.js'; export declare function nativeCheckReceiptRef(hash: string): string; export declare function readNativeCheckReceipt(paths: NativeProjectPaths, name: string, ref: string): Promise; export declare function writeNativeCheckReceipt(options: { paths: NativeProjectPaths; name: string; receipt: NativeCheckReceipt; }): Promise; //# sourceMappingURL=native-check-receipt-storage.d.ts.map