import type { RepomixConfig } from "repomix";
export declare const CURSOR_RULES_GITHUB_URL = "https://github.com/gabimoncha/cursor-rules-cli";
export declare const CURSOR_RULES_ISSUES_URL = "https://github.com/gabimoncha/cursor-rules-cli/issues";
export declare const TEMPLATE_DIR: string;
export declare const REPOMIX_OPTIONS: {
    style: "xml";
    compress: boolean;
    removeComments: boolean;
    removeEmptyLines: boolean;
    topFilesLength: number;
    includeEmptyDirectories: boolean;
    gitSortByChanges: boolean;
    ignore: string;
};
export declare const DEFAULT_REPOMIX_CONFIG: RepomixConfig;
//# sourceMappingURL=constants.d.ts.map