/* eslint-disable */ /* eslint-enable prettier/prettier */ /** * Gets the name of the rule, which is directory name of the file where the rule is defined. * @param importMetaUrl The value of `import.meta.url` of the rule code file. * @returns The name of the rule: directory name of the file where the rule is defined. */ declare const _default: (importMetaUrl: string) => string; export default _default;