import { type } from './factory';
export type { Signal } from './factory';
export type { SignalSet } from './set';
export declare const signal: {
    type: typeof type;
};
