export declare function shannonEntropy(input: string): number;
export declare function extractQuotedLiterals(line: string): string[];
