import { SyncRule } from "@commitlint/types";
export declare const scopeEnum: SyncRule<string[] | {
    scopes: string[];
    delimiters?: string[];
}>;
//# sourceMappingURL=scope-enum.d.ts.map