export declare class UsageFinder {
    lookUp(input: string): Promise<void>;
    private lookUpImageInUI;
    private lookUpScriptInUI;
}
