export declare class IsMatch {
    static sql(whereStatement: string, object: any): boolean;
}
