/**
 * The splat-transform version (semver MAJOR.MINOR.PATCH).
 */
export declare const version: string;
/**
 * The splat-transform revision (short Git hash of HEAD at build time).
 */
export declare const revision: string;
