export declare function sanitizeID(opts: {
    id: any;
}): void;
