declare const version: string;
declare function nonEmpty(input: unknown): boolean;

export { nonEmpty, version };
