import type { NoteChange, NoteChangeResult, RenderExtensionPoint } from '@shopify/checkout-ui-extensions'; /** * Returns the proposed `note` applied to the checkout. */ export declare function useNote(): string | undefined; /** * Returns a function to mutate the `note` property of the checkout. */ export declare function useApplyNoteChange(): (change: NoteChange) => Promise; //# sourceMappingURL=note.d.ts.map