export declare const config: {
    api: {
        hevyBaseUrl: string;
        hevyApiKey: string;
    };
    server: {
        port: number;
    };
};
