/**
 * Package name prefix list
 * It is used for shortcut name.
 *
 * For example, textlint plugin package start with textlint-plugin prefix.
 */
export declare const PackageNamePrefix: {
    config: string;
    rule: string;
    filterRule: string;
    rulePreset: string;
    plugin: string;
};
//# sourceMappingURL=package-prefix.d.ts.map