export interface NimiqVitepressConfig {
    repoURL?: string;
    contentPath?: string;
}
export declare function useNimiqConfig(): NimiqVitepressConfig;
