import { Sid } from '../../types';
export declare function isSid(value: unknown): value is Sid;
