export declare function without(array: Array<string>, item: string): string[];
export declare function normalizeId(id: string): string;
