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