export declare function validateLineSignature(body: string, signature: string, channelSecret: string): boolean;
