import { Bytes } from '@cmdcode/buff';
export type MusigOptions = Partial<MusigConfig>;
export interface MusigConfig {
    key_tweaks: Bytes[];
}
export declare const MUSIG_DEFAULTS: {
    key_tweaks: never[];
};
export declare const CONST: {
    SAFE_MIN_VALUE: bigint;
};
export declare function musig_config(options?: MusigOptions): MusigConfig;
//# sourceMappingURL=config.d.ts.map