export declare abstract class EntityDefaultFunctions { static defaultNull: () => string; static defaultZero: () => string; static currentTimestamp: () => string; }