export declare const routes: {
    endpoints: {
        aiAgents: string;
        aiAgentUpdate: string;
        aiAgentPublish: string;
        aiAgentLogs: string;
        aiAgentAttestation: string;
        aiAgentStatus: string;
        aiAgentStatusUpdate: string;
        aiAgentDelete: string;
        aiAgentDraftCreate: string;
        projects: string;
        teams: string;
        subscriptions: string;
        subscriptionUpdate: string;
        subscriptionCheckout: string;
        subscriptionUpdateQuantity: string;
        plans: string;
        tokens: string;
        tokenDelete: string;
        aiAgentMessage: string;
        proxyAiAgents: string;
        elizaOsVersions: string;
        credits: string;
        createCreditsCheckout: string;
    };
    agentsDashboardPage: string;
};
export declare const pages: {
    guides: {
        getStarted: string;
        characterfile: {
            fromScratch: string;
            template: string;
        };
    };
    supportPath: string;
};
export declare const agentChat: {
    messageSenderUserValue: string;
    messageSenderUserLabel: string;
};
export declare const featureFlags: {
    agentCreationViaChat: boolean;
};
export declare const PRODUCT_NAME_AI_AGENT_PLAN_TEE = "ai agent";
export declare const PRODUCT_NAME_AI_AGENT_PLAN_STANDARD = "ai agent (standard)";
export declare const chatWidget: {
    scriptUrl: string;
};
