import CreateScaleLogarithmicTransformNodeOptions from './create-scale-logarithmic-transform-node-options.js'; import CreateScaleLogarithmicTransformNodeResult from './create-scale-logarithmic-transform-node-result.js'; /** * Create a scale-logarithmic spatial transformation. * * @param {CreateScaleLogarithmicTransformNodeOptions} options - options object * * @returns {Promise} - result object */ declare function createScaleLogarithmicTransformNode(options?: CreateScaleLogarithmicTransformNodeOptions): Promise; export default createScaleLogarithmicTransformNode;