import type { RenovateConfig } from '../../../config/types';
export declare function getSemanticCommitPrTitle(config: RenovateConfig): string;
export declare function defaultConfigFile(config: RenovateConfig): string;
export declare class OnboardingState {
    private static readonly cacheKey;
    private static readonly skipKey;
    static get prUpdateRequested(): boolean;
    static set prUpdateRequested(value: boolean);
    static get onboardingCacheValid(): boolean;
    static set onboardingCacheValid(value: boolean);
}
