export declare const getAddTimeProducts: (params: any, config: any) => Promise; export declare const saveAddTimeProduct: ({ orderId, params }: { orderId: number | string; params: any; }) => Promise;