export declare function createScanner(rulesPath?: string): {
    scan(bytes: Uint8Array): Promise<unknown>;
};
