import { SignalValue, SimpleSignal } from '../signals'; import { InterpolationFunction } from '../tweening'; export declare function createSignal(initial?: SignalValue, interpolation?: InterpolationFunction, owner?: TOwner): SimpleSignal; //# sourceMappingURL=createSignal.d.ts.map