import stylelint from 'stylelint';
export declare const ruleName = "design-system/no-unsafe-design-token-usage";
export declare const messages: {
    invalidToken: (name: string | number | boolean | RegExp) => string;
    tokenRemoved: (name: string | number | boolean | RegExp, replacement: string | number | boolean | RegExp) => string;
    missingFallback: string;
    hasFallback: string;
};
declare const plugin: stylelint.Plugin;
export default plugin;
