import { IPaginateResult, IPagination } from "./interface"; export declare class LontaraHelper { static stringToBoolean(str: string): boolean; static isDateExpired(inactiveDate: Date | string): boolean; static generatePaginationMeta(data: IPaginateResult): IPagination; }