import type { CartInstructions } from '../api/standard/standard';
import type { RenderExtensionTarget } from '../extension-targets';
/**
 * Returns the cart instructions used to create the checkout and possibly limit extension capabilities.
 */
export declare function useInstructions<Target extends RenderExtensionTarget = RenderExtensionTarget>(): CartInstructions;
//# sourceMappingURL=instructions.d.ts.map