import { Subscription } from 'rxjs';
export declare function createSignalStoreSubSink(): {
    sink: Subscription;
};
