import { IOpeningHoursSpecification } from 'order'; export declare class HoursSpecificationApi { static update: (organizationId: string, hoursSpecificationId: string, data: IOpeningHoursSpecification) => Promise>; static delete: (organizationId: string, hoursSpecificationId: string) => Promise>; }