export declare const ApiTarget: {
    getItems: string;
    searchItems: string;
    getBrowseNodes: string;
    getVariations: string;
};
export type ApiTarget = (typeof ApiTarget)[keyof typeof ApiTarget];
//# sourceMappingURL=api-targets.d.ts.map