/**
 * Size and limit constants for DollhouseMCP
 */
export declare const MAX_PERSONA_SIZE: number;
export declare const MAX_BUNDLE_SIZE: number;
export declare const MAX_PERSONAS_PER_BUNDLE = 50;
export declare const GITHUB_API_RATE_LIMIT = 60;
export declare const GITHUB_API_RATE_LIMIT_AUTH = 5000;
export declare const MAX_URL_LENGTH = 2048;
//# sourceMappingURL=limits.d.ts.map