declare class InvalidTtlError extends Error { constructor(message: string); } export default InvalidTtlError;