import type { Rule } from "../types.js"; export declare function hasDraftAttribution(source: string): boolean; export declare const rule: Rule;