/** * @typedef {import("../spec/channel.js").Channel} Channel */ /** * @param {Channel} channel * @param {import("../spec/channel.js").Type} dataType * @returns {import("../spec/scale.js").ScaleType} */ export function getDefaultScaleType(channel: Channel, dataType: import("../spec/channel.js").Type): import("../spec/scale.js").ScaleType; /** * @param {import("../spec/scale.js").Scale} props * @param {Channel} channel */ export function applyLockedProperties(props: import("../spec/scale.js").Scale, channel: Channel): void; export type Channel = import("../spec/channel.js").Channel; //# sourceMappingURL=scaleRules.d.ts.map