import type { UserConfig } from '@rspress/shared';
export declare const PUNCTUATION_REGEX: RegExp;
export declare function getConfig(): Promise<{
    config: UserConfig;
    configFilePath: string;
}>;
