import Call from '../Call';
export default class ClearCache extends Call {
    uniqueId: string;
    constructor(uniqueId?: string);
}
