export declare class BlinkIdUtilities {
    /**
     * Helper method for handling different string types,
     * based on the document information source.
     */
    static handleStringType<T>(raw: any): T | undefined;
}
//# sourceMappingURL=blinkIdUtilities.d.ts.map