export declare const ruleName = "@sourcegraph/no-restricted-imports";
export declare const messages: {
    rejected: (importPath: string | number | boolean | RegExp) => string;
};
export declare const noRestrictedImports: import("../../utils").DefaultStylelintPlugin;
