import type { ExtensionPoints } from './extension-points'; export * from './unified/extension'; /** * Registers your UI Extension to run for the selected extension point. * * @param target The extension point you are registering for. * * @param implementation The function that will be called when Checkout begins rendering * your extension. This function is called with the API checkout provided to your * extension. */ export declare const extension: import("./unified/utilities/registration").ExtensionRegistrationFunction; /** * Registers your UI Extension to run for the selected extension point. * * @param target The extension point you are registering for. * * @param implementation The function that will be called when Checkout begins rendering * your extension. This function is called with the API checkout provided to your * extension. */ export declare const extend: import("./unified/utilities/registration").ExtensionRegistrationFunction; //# sourceMappingURL=extension.d.ts.map