import { OccConfig, OccEndpoints } from '@spartacus/core';
interface UserOccConfig extends OccConfig {
    backend: {
        occ: {
            endpoints: OccEndpoints;
        };
    };
}
export declare const occUserConfig: UserOccConfig;
export {};
