import { getMockedJSONArrayValue, getMockedJSONBooleanValue, getMockedJSONNullValue, getMockedJSONNumberValue, getMockedJSONObjectValue, getMockedJSONStringValue } from './tokenTypes/_JSON.js'; import { getMockedArcDegreeNumberValue, getMockedIntegerNumberValue, getMockedPercentageNumberValue, getMockedPositiveIntegerNumberValue, getMockedPositiveNumberValue, getMockedRGBColorNumberValue, getMockedZeroToOneNumberValue } from './tokenTypes/_numbers.js'; import { getMockedHexadecimalColorStringValue } from './tokenTypes/_strings.js'; import { getMockedBitmapFormatValue } from './tokenTypes/bitmapFormat.js'; import { getMockedBitmapValue } from './tokenTypes/bitmap.js'; import { getMockedBorderStyleLineCap } from './tokenTypes/borderStyleLineCap.js'; import { getMockedBorderStyle } from './tokenTypes/borderStyle.js'; import { getMockedCubicBezierValue } from './tokenTypes/cubicBezier.js'; import { getMockedDimensionUnitValue } from './tokenTypes/dimensionUnit.js'; import { getMockedDurationUnitValue } from './tokenTypes/durationUnit.js'; import { getMockedFontFamilyValue } from './tokenTypes/fontFamily.js'; import { getMockedFontFeatureValue } from './tokenTypes/fontFeature.js'; import { getMockedFontFeaturesValue } from './tokenTypes/fontFeatures.js'; import { getMockedFontFormatValue } from './tokenTypes/fontFormat.js'; import { getMockedFontStyleValue } from './tokenTypes/fontStyle.js'; import { getMockedFontWeightValue } from './tokenTypes/fontWeight.js'; import { getMockedTextAlignHorizontalValue } from './tokenTypes/textAlignHorizontal.js'; import { getMockedTextAlignVerticalValue } from './tokenTypes/textAlignVertical.js'; import { getMockedTextDecorationValue } from './tokenTypes/textDecoration.js'; import { getMockedTextTransformValue } from './tokenTypes/textTransform.js'; import { getMockedStepsTimingFunctionValue } from './tokenTypes/stepsTimingFunction.js'; import { getMockedVectorFormatValue } from './tokenTypes/vectorFormat.js'; import { getMockedBlurValue } from './tokenTypes/blur.js'; import { getMockedBorderValue } from './tokenTypes/border.js'; import { getMockedBreakpointValue } from './tokenTypes/breakpoint.js'; import { getMockedColorValue } from './tokenTypes/color.js'; import { getMockedDimensionValue } from './tokenTypes/dimension.js'; import { getMockedDurationValue } from './tokenTypes/duration.js'; import { getMockedFontValue } from './tokenTypes/font.js'; import { getMockedGradientsValue } from './tokenTypes/gradients.js'; import { getMockedGradientValue } from './tokenTypes/gradient.js'; import { getMockedOpacityValue } from './tokenTypes/opacity.js'; import { getMockedRadiiValue } from './tokenTypes/radii.js'; import { getMockedRadiusValue } from './tokenTypes/radius.js'; import { getMockedShadowValue } from './tokenTypes/shadow.js'; import { getMockedShadowsValue } from './tokenTypes/shadows.js'; import { getMockedShadowTypeValue } from './tokenTypes/shadowType.js'; import { getMockedSpacingValue } from './tokenTypes/spacing.js'; import { getMockedSpacingsValue } from './tokenTypes/spacings.js'; import { getMockedTextStyleValue } from './tokenTypes/textStyle.js'; import { getMockedTransitionValue } from './tokenTypes/transition.js'; import { getMockedVectorValue } from './tokenTypes/vector.js'; import { getMockedZIndexValue } from './tokenTypes/zIndex.js'; import { getMockedVectorsValue } from './tokenTypes/vectors.js'; import { getMockedBitmapsValue } from './tokenTypes/bitmaps.js'; export declare function getMockedDesignTokenValue(tokenType: 'string', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'number', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'boolean', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'null', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'array', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'object', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'integerNumber', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'zeroToOneNumber', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'arcDegreeNumber', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'rgbColorNumber', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'positiveNumber', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'positiveIntegerNumber', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'percentageNumber', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'hexadecimalColorString', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'bitmap', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'bitmapFormat', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'bitmaps', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'borderStyleLineCap', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'borderStyle', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'cubicBezier', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'dimensionUnit', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'durationUnit', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'fontFamily', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'fontFeature', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'fontFeatures', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'fontFormat', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'fontStyle', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'fontWeight', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'textAlignHorizontal', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'textAlignVertical', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'textDecoration', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'textTransform', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'stepsTimingFunction', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'vectorFormat', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'blur', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'border', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'breakpoint', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'color', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'dimension', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'duration', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'font', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'gradient', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'gradients', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'opacity', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'radii', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'radius', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'shadow', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'shadows', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'shadowType', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'spacing', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'spacings', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'textStyle', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'transition', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'vector', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'vectors', ...args: Parameters): ReturnType; export declare function getMockedDesignTokenValue(tokenType: 'zIndex', ...args: Parameters): ReturnType;