export declare const Cart: {
    configure: (app: any) => Promise<void>;
    copyDefaults: (app: any) => Promise<{}>;
    resolveGenerics: (app: any) => Promise<{}>;
};
