import { Context } from 'koishi';
export declare class biliLinkAnalysis {
    ctx: Context;
    constructor(context: Context, maxLength: number);
    analysisUrl(url: string, ctx: Context): Promise<unknown>;
    checkStringAgainstRegexes(str: string, regexArray: any): boolean;
}
