import { ColumnDefinition as IColumnDefinition } from "@microsoft/microsoft-graph-types"; /** * Create a new booking service as specified in the request body. * * @param column a JSON representation of a Column object. */ export declare const addColumn: (column: IColumnDefinition) => Promise; //# sourceMappingURL=addColumns.d.ts.map