declare const testBracket: (str: string, brackets: string, l: number) => number;
export { testBracket };
