import type { TransferParameterTypeV4 } from './types'; import type { ExtensionLogger } from '@sap/ux-specification-types'; /** * Function creates a new custom column with aid of the FPM writer. * * @param propertyKey - the key of the property to be processed * @param transferParameters - list of parameters passed from API * @param configObject - current object in the configuration * @param logger - logger instance for logging messages * @param breadcrumbs - array of sequence of properties that we are currently processing. * @returns {boolean} - true if a new column was created */ export declare function createNewCustomColumn(propertyKey: string, transferParameters: TransferParameterTypeV4, configObject: { [key: string]: any; }, logger: ExtensionLogger, breadcrumbs: string[]): boolean; //# sourceMappingURL=exportCustomColumn.d.ts.map