import { Effect } from "@trackr/core";
export interface GainOptions {
    value: number;
}
export declare const gain: Effect<GainOptions>;
export declare const randomGain: Effect<void>;
