export declare class IdExtractor { static extract(value?: string): string | undefined; }