interface Value {
    match: string;
    arguments: string[];
}
export declare function Parser(translated: string, find: string): Value[];
export {};
